Câu ví dụ
- thêm câu ví dụ: 1 2 3 4
- Functions are just like SUBs, but they return a value.
Function procedure: tương tự như Sub, nhưng trả về giá trị. - An extension method can be only a Sub procedure or a Function procedure.
Extension method chỉ có thể được định nghĩa cho Sub procedure hoặc Function procedure. - An extension method can be only a Sub procedure or a Function procedure.
Extension method chỉ có thể được định nghĩa cho Sub procedure hoặc Function procedure. - If you include “action” code of this kind in a function procedure, the function returns the #VALUE! error.
Nếu bạn bao gồm mã "hành động" của loại này trong quy trình hàm, hàm trả về #VALUE! . - If you include “action” code of this kind in a function procedure, the function returns the #VALUE! error.
Nếu bạn bao gồm "hành động" mã của loại này trong một quy trình hàm, thì hàm trả về #VALUE! lỗi.